Add a note about being embedded. (#340107, Christian Persch)
authorMatthias Clasen <mclasen@redhat.com>
Sat, 28 Apr 2007 15:52:25 +0000 (15:52 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 28 Apr 2007 15:52:25 +0000 (15:52 +0000)
2007-04-28  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkstatusicon.c (gtk_status_icon_get_size): Add
        a note about being embedded.  (#340107, Christian Persch)

svn path=/trunk/; revision=17677

ChangeLog
gtk/gtkstatusicon.c

index 24cee1cfa7e2ce7ce9a6d3fd37dfb51e2d26610e..4c1f183b7fa8d00e87e0b7a3fea9464b44080f36 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-04-28  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkstatusicon.c (gtk_status_icon_get_size): Add
+       a note about being embedded.  (#340107, Christian Persch)
+
 2007-04-28  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkdnd.[hc]: Add GTK_TARGET_OTHER_{APP,WIDGET} to
index 418db4a43564c202d1227effb77d4067d9e90e7c..bce5124179af2394ea5a7b6007cb64959c534685 100755 (executable)
@@ -1503,6 +1503,9 @@ gtk_status_icon_get_icon_name (GtkStatusIcon *status_icon)
  * if the size of the notification area changes. For other
  * storage types, the size-changed signal can be used to
  * react to size changes.
+ *
+ * Note that the returned size is only meaningful while the 
+ * status icon is embedded (see gtk_status_icon_is_embedded()).
  * 
  * Return value: the size that is available for the image
  *